Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1691)

Unified Diff: Source/core/plugins/PluginView.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/plugins/PluginView.h
diff --git a/Source/core/plugins/PluginView.h b/Source/core/plugins/PluginView.h
index 5b1c68d92ca66b37b471d4e267d83a1262f3bfb7..cc817b3b4b156a2b138f32746422e580b5d4676c 100644
--- a/Source/core/plugins/PluginView.h
+++ b/Source/core/plugins/PluginView.h
@@ -32,7 +32,7 @@
struct NPObject;
-namespace WebKit { class WebLayer; }
+namespace blink { class WebLayer; }
namespace WebCore {
@@ -44,7 +44,7 @@ class PluginView : public Widget {
public:
virtual bool isPluginView() const { return true; }
- virtual WebKit::WebLayer* platformLayer() const { return 0; }
+ virtual blink::WebLayer* platformLayer() const { return 0; }
virtual NPObject* scriptableObject() { return 0; }
virtual bool getFormValue(String&) { return false; }
virtual bool wantsWheelEvents() { return false; }
« no previous file with comments | « Source/core/platform/testing/FakeWebGraphicsContext3D.h ('k') | Source/core/rendering/CompositedLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698