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

Unified Diff: content/renderer/browser_plugin/mock_browser_plugin.h

Issue 10965048: [BrowserTag] Send dib info with NavigateGuest message, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync @tott, correct rebase, bring back two lost comments from previous rounds Created 8 years, 3 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: content/renderer/browser_plugin/mock_browser_plugin.h
diff --git a/content/renderer/browser_plugin/mock_browser_plugin.h b/content/renderer/browser_plugin/mock_browser_plugin.h
index b34a621163abf019da2ba5ae9455571abde57f96..5e00d89e0e258fd7fc8c320dcf0f2898de1bd7a8 100644
--- a/content/renderer/browser_plugin/mock_browser_plugin.h
+++ b/content/renderer/browser_plugin/mock_browser_plugin.h
@@ -19,9 +19,15 @@ class MockBrowserPlugin : public BrowserPlugin {
virtual ~MockBrowserPlugin();
+ virtual TransportDIB* CreateTransportDIB(const size_t size) OVERRIDE;
+ virtual void FreeDamageBuffer() OVERRIDE;
+
// Allow poking at a few private members.
using BrowserPlugin::guest_crashed_;
using BrowserPlugin::resize_pending_;
+
+ private:
+ int transport_dib_next_sequence_number_;
};
} // namespace content
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin_browsertest.cc ('k') | content/renderer/browser_plugin/mock_browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698