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

Unified Diff: content/shell/renderer/test_runner/test_plugin.h

Issue 1009763002: Remove override of updateFocus(bool) in TestPlugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/test_plugin.h
diff --git a/content/shell/renderer/test_runner/test_plugin.h b/content/shell/renderer/test_runner/test_plugin.h
index b62ddc4c5b927defeadb6ad74832325a0b0f4b60..f55b693d851986961754de6d834f1e90b7885b53 100644
--- a/content/shell/renderer/test_runner/test_plugin.h
+++ b/content/shell/renderer/test_runner/test_plugin.h
@@ -69,7 +69,7 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
const blink::WebRect& clip_rect,
const blink::WebVector<blink::WebRect>& cut_outs_rects,
bool is_visible);
- virtual void updateFocus(bool focus) {}
+ virtual void updateFocus(bool focus, blink::WebFocusType focus_type) {}
virtual void updateVisibility(bool visibility) {}
virtual bool acceptsInputEvents();
virtual bool handleInputEvent(const blink::WebInputEvent& event,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698