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

Unified Diff: content/browser/browser_plugin/test_browser_plugin_guest.h

Issue 11606005: Browser Plugin: Simplify BrowserPluginGuestHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 8 years 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: content/browser/browser_plugin/test_browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.h b/content/browser/browser_plugin/test_browser_plugin_guest.h
index f5a0469d8b9d21e67acacd777dfd3b2250893de6..9f3b30261d022479755ed7fa37609e40fc1d5626 100644
--- a/content/browser/browser_plugin/test_browser_plugin_guest.h
+++ b/content/browser/browser_plugin/test_browser_plugin_guest.h
@@ -42,7 +42,7 @@ class TestBrowserPluginGuest : public BrowserPluginGuest {
const gfx::Rect& guest_screen_rect,
const WebKit::WebInputEvent& event) OVERRIDE;
virtual void SetFocus(bool focused) OVERRIDE;
- virtual bool ViewTakeFocus(bool reverse) OVERRIDE;
+ virtual void OnTakeFocus(bool reverse) OVERRIDE;
virtual void Reload() OVERRIDE;
virtual void Stop() OVERRIDE;
virtual void SetDamageBuffer(TransportDIB* damage_buffer,

Powered by Google App Engine
This is Rietveld 408576698