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

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

Issue 2905283003: Remove a bunch of dead code around WindowFeatures (Closed)
Patch Set: Add missing #include 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 0d2ef17a875493e528182b6379e6c5155e61f7c2..02b0557f138407c6b7fd4d97101e27f7ed2b9177 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -379,9 +379,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