Commit 9f9a4471 authored by dpranke@chromium.org's avatar dpranke@chromium.org

Include the default implementation of WebThemeEngine.h in webthemeengine_impl_android.h

Rather than using the (now-obsolete) version in platform/android. Once
this lands, we can delete the android stub.

R=jamesr@chromium.org
BUG=none

Review URL: https://codereview.chromium.org/120313003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245589 0039d316-1c4b-4281-b951-d872f2087c98
parent 1ce04538
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#ifndef WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_ANDROID_H_ #ifndef WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_ANDROID_H_
#define WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_ANDROID_H_ #define WEBKIT_CHILD_WEBTHEMEENGINE_IMPL_ANDROID_H_
#include "third_party/WebKit/public/platform/android/WebThemeEngine.h" #include "third_party/WebKit/public/platform/default/WebThemeEngine.h"
namespace webkit_glue { namespace webkit_glue {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment