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

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

Issue 2696523003: Unify the code paths for handling mouse events when pointer is locked on (Closed)
Patch Set: remove null check Created 3 years, 10 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/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index 3e28f9aa7c9ea2e9a4bd12bfb5268f79dcc7cdb5..cd6bf97c7bc93d6edda5594650a326f72a07e89c 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -108,9 +108,6 @@ class WebFrameWidgetImpl final
void setTextDirection(WebTextDirection) override;
bool isAcceleratedCompositingActive() const override;
void willCloseLayerTreeView() override;
- void didAcquirePointerLock() override;
- void didNotAcquirePointerLock() override;
- void didLosePointerLock() override;
bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
void setRemoteViewportIntersection(const WebRect&) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetBase.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698