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

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

Issue 2905283003: Remove a bunch of dead code around WindowFeatures (Closed)
Patch Set: Use WebWindowFeatures everywhere Created 3 years, 7 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/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 40e1e6aa9904a00d87fa063cfbdb7f1a7089b76e..915c6f0a3c3bfeb4966a8cee5b4d90e0b3f76bd2 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -376,9 +376,6 @@ class WEB_EXPORT WebViewImpl final
static const WebInputEvent* CurrentInputEvent() {
return current_input_event_;
}
- void SetCurrentInputEventForTest(const WebInputEvent* event) override {
- current_input_event_ = event;
- }
GraphicsLayer* RootGraphicsLayer() override;
void RegisterViewportLayersWithCompositor() override;

Powered by Google App Engine
This is Rietveld 408576698