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

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

Issue 873963003: Remove more mouse-specific code (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Build fixes Created 5 years, 11 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/ChromeClientImpl.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebViewImpl.h
diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
index 780b17b17581a05285100eabc79cbf2ec809472b..c949565c0aa78112886ea68c6cb0e612ca871763 100644
--- a/sky/engine/web/WebViewImpl.h
+++ b/sky/engine/web/WebViewImpl.h
@@ -71,7 +71,6 @@ public:
virtual void layout() override;
virtual void paint(WebCanvas*, const WebRect&) override;
virtual bool handleInputEvent(const WebInputEvent&) override;
- virtual void mouseCaptureLost() override;
virtual void setFocus(bool enable) override;
virtual bool setComposition(
const WebString& text,
@@ -268,9 +267,6 @@ private:
// Whether the webview is rendering transparently.
bool m_isTransparent;
- // If set, the (plugin) node which has mouse capture.
- RefPtr<Node> m_mouseCaptureNode;
-
IntRect m_rootLayerScrollDamage;
WebLayer* m_rootLayer;
bool m_matchesHeuristicsForGpuRasterization;
« no previous file with comments | « sky/engine/web/ChromeClientImpl.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698