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

Unified Diff: content/renderer/browser_plugin/mock_browser_plugin_texture_provider.cc

Issue 10735010: 3D Compositing in <browser>, first draft. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use the correct baseline Created 8 years, 4 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_texture_provider.cc
diff --git a/content/renderer/browser_plugin/mock_browser_plugin_texture_provider.cc b/content/renderer/browser_plugin/mock_browser_plugin_texture_provider.cc
new file mode 100644
index 0000000000000000000000000000000000000000..52b2f119dda7e6402606fd6d6cb0d09a4030c646
--- /dev/null
+++ b/content/renderer/browser_plugin/mock_browser_plugin_texture_provider.cc
@@ -0,0 +1,23 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/renderer/browser_plugin/mock_browser_plugin_texture_provider.h"
+
+#include "base/message_loop_proxy.h"
+
+namespace content {
+
+MockBrowserPluginTextureProvider::MockBrowserPluginTextureProvider(
+ int instance_id,
+ int routing_id,
+ IPC::ChannelProxy* channel_proxy)
+ : BrowserPluginTextureProvider(instance_id,
+ routing_id,
+ channel_proxy) {
+}
+
+MockBrowserPluginTextureProvider::~MockBrowserPluginTextureProvider() {
+}
+
+} // namespace content
« no previous file with comments | « content/renderer/browser_plugin/mock_browser_plugin_texture_provider.h ('k') | ipc/ipc_forwarding_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698