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

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

Issue 1111173002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporating Review Comments Created 5 years, 8 months 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 fdeef1654c8048a4ec14579ced31a03d0ef139d7..888c143e1b8808d2a29a0cf45d1fb67b2efbf6b8 100644
--- a/Source/core/plugins/PluginView.h
+++ b/Source/core/plugins/PluginView.h
@@ -43,7 +43,7 @@ class PluginView : public Widget {
public:
virtual bool isPluginView() const override final { return true; }
- virtual blink::WebLayer* platformLayer() const { return 0; }
+ virtual WebLayer* platformLayer() const { return 0; }
virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); }
virtual bool getFormValue(String&) { return false; }
virtual bool wantsWheelEvents() { return false; }
« no previous file with comments | « Source/core/page/scrolling/ScrollingCoordinator.cpp ('k') | Source/core/svg/properties/SVGAnimatedProperty.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698