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

Unified Diff: sky/engine/web/ChromeClientImpl.h

Issue 1076623002: Remove our impressive amount of CSS Cursor code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/engine/web/AssertMatchingEnums.cpp ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/ChromeClientImpl.h
diff --git a/sky/engine/web/ChromeClientImpl.h b/sky/engine/web/ChromeClientImpl.h
index 30d514fa348c48824be351168ecc04fc02247b7e..0cf9970ba13b0d82d1a16bae4c9e9d2a2beee32b 100644
--- a/sky/engine/web/ChromeClientImpl.h
+++ b/sky/engine/web/ChromeClientImpl.h
@@ -48,7 +48,6 @@ class RenderBox;
class DateTimeChooser;
class DateTimeChooserClient;
class WebViewImpl;
-struct WebCursorInfo;
// Handles window-level notifications from WebCore on behalf of a WebView.
class ChromeClientImpl final : public ChromeClient {
@@ -75,14 +74,12 @@ public:
virtual void scheduleVisualUpdate() override;
virtual IntRect rootViewToScreen(const IntRect&) const override;
virtual WebScreenInfo screenInfo() const override;
- virtual void setCursor(const Cursor&) override;
// ChromeClient methods:
virtual String acceptLanguages() override;
private:
WebNavigationPolicy getNavigationPolicy();
- void setCursor(const WebCursorInfo&);
WebViewImpl* m_webView; // weak pointer
};
« no previous file with comments | « sky/engine/web/AssertMatchingEnums.cpp ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698