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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "content/renderer/browser_plugin/mock_browser_plugin_texture_provider.h "
6
7 #include "base/message_loop_proxy.h"
8
9 namespace content {
10
11 MockBrowserPluginTextureProvider::MockBrowserPluginTextureProvider(
12 int instance_id,
13 int routing_id,
14 IPC::ChannelProxy* channel_proxy)
15 : BrowserPluginTextureProvider(instance_id,
16 routing_id,
17 channel_proxy) {
18 }
19
20 MockBrowserPluginTextureProvider::~MockBrowserPluginTextureProvider() {
21 }
22
23 } // namespace content
OLDNEW
« 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