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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2887633002: Break dependency on ChromeClientImpl for WebPluginContainerImpl. (Closed)
Patch Set: Created 3 years, 7 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: third_party/WebKit/Source/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 571a36ae486d6af9848045fd07e9d9bc687b6cd5..5d6780cb5d98b145aa80a06012028d15cd3f6e0d 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -176,9 +176,9 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
void PostAccessibilityNotification(AXObjectImpl*,
AXObjectCache::AXNotification) override;
String AcceptLanguages() override;
+ void SetCursorForPlugin(const WebCursorInfo&, LocalFrame*) override;
// ChromeClientImpl:
- void SetCursorForPlugin(const WebCursorInfo&, LocalFrame*);
void SetNewWindowNavigationPolicy(WebNavigationPolicy);
void SetCursorOverridden(bool);
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698