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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.cpp

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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.h ('k') | third_party/WebKit/Source/web/WebViewImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebViewFrameWidget.cpp
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
index a6b75cb8512ff705896f0e43eb04e474c60acf3c..7b662eba0c922c86733d48886116abb4573dd65f 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
@@ -149,18 +149,6 @@ void WebViewFrameWidget::willCloseLayerTreeView() {
return m_webView->willCloseLayerTreeView();
}
-void WebViewFrameWidget::didAcquirePointerLock() {
- return m_webView->didAcquirePointerLock();
-}
-
-void WebViewFrameWidget::didNotAcquirePointerLock() {
- return m_webView->didNotAcquirePointerLock();
-}
-
-void WebViewFrameWidget::didLosePointerLock() {
- return m_webView->didLosePointerLock();
-}
-
WebColor WebViewFrameWidget::backgroundColor() const {
return m_webView->backgroundColor();
}
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.h ('k') | third_party/WebKit/Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698