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

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

Issue 251593004: Remove SW rendering path code from BrowserPlugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after test file change commit Created 6 years, 8 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 | « content/renderer/browser_plugin/browser_plugin_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c0d70a4cbf163cd949d8895b4b460d4d0af1489a..c16557616534ec9886c77339221682323d30900f 100644
--- a/content/renderer/browser_plugin/mock_browser_plugin.h
+++ b/content/renderer/browser_plugin/mock_browser_plugin.h
@@ -20,8 +20,6 @@ class MockBrowserPlugin : public BrowserPlugin {
// Allow poking at a few private members.
using BrowserPlugin::OnAttachACK;
using BrowserPlugin::guest_crashed_;
- using BrowserPlugin::pending_damage_buffer_;
- using BrowserPlugin::damage_buffer_sequence_id_;
};
} // namespace content
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698