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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.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/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index 5327c93ba86c2b2baf1a893e64f45dd69de88486..381931493de834ae399532f1d40aa97a754af178 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -76,9 +76,6 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
bool isWebView() const override { return false; }
bool isPagePopup() const override { return false; }
void willCloseLayerTreeView() override;
- void didAcquirePointerLock() override;
- void didNotAcquirePointerLock() override;
- void didLosePointerLock() override;
WebColor backgroundColor() const override;
WebPagePopup* pagePopup() const override;
bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698