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

Unified Diff: content/browser/renderer_host/image_transport_factory.h

Issue 10910242: Makes copying layers clone external textures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks 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/browser/renderer_host/image_transport_factory.h
diff --git a/content/browser/renderer_host/image_transport_factory.h b/content/browser/renderer_host/image_transport_factory.h
index 32a5273a9a9af8dcc43b5425a90bd7325b5a164f..2677c85819a6530426d7c58cdcf70fbd2deb6f06 100644
--- a/content/browser/renderer_host/image_transport_factory.h
+++ b/content/browser/renderer_host/image_transport_factory.h
@@ -47,7 +47,7 @@ class ImageTransportFactoryObserver {
// command-buffer), implementations of this also implement ui::ContextFactory.
class ImageTransportFactory {
public:
- virtual ~ImageTransportFactory() { }
+ virtual ~ImageTransportFactory() {}
// Initialize the global transport factory.
static void Initialize();

Powered by Google App Engine
This is Rietveld 408576698