Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Updatefor abstrat #224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Licensed to the Apache Software Foundation (ASF) under one
/**
* Glue class between CordovaWebView (main Cordova logic) and XWalkCordovaView (the actual View).
*/
public class XWalkWebViewEngine implements CordovaWebViewEngine {
public abstract class XWalkWebViewEngine implements CordovaWebViewEngine {

public static final String TAG = "XWalkWebViewEngine";
public static final String XWALK_USER_AGENT = "xwalkUserAgent";
Expand Down