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

Unified Diff: webkit/gpu/grcontext_for_webgraphicscontext3d.h

Issue 12217099: Implement the Platform::sharedOffscreenGraphicsContext3D method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no factory member vars Created 7 years, 10 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 | « webkit/gpu/context_provider_in_process.cc ('k') | webkit/gpu/test_context_provider_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/gpu/grcontext_for_webgraphicscontext3d.h
diff --git a/webkit/gpu/grcontext_for_webgraphicscontext3d.h b/webkit/gpu/grcontext_for_webgraphicscontext3d.h
index 76e63b10f1ac8530c986f0455ee84f6c2c946d4f..6b7feed2d786d4ab2de12cd55219646ad3751eeb 100644
--- a/webkit/gpu/grcontext_for_webgraphicscontext3d.h
+++ b/webkit/gpu/grcontext_for_webgraphicscontext3d.h
@@ -5,6 +5,7 @@
#ifndef WEBKIT_GPU_GRCONTEXT_FOR_WEBGRAPHICSCONTEXT3D_H_
#define WEBKIT_GPU_GRCONTEXT_FOR_WEBGRAPHICSCONTEXT3D_H_
+#include "base/basictypes.h"
#include "skia/ext/refptr.h"
#include "webkit/gpu/webkit_gpu_export.h"
@@ -29,6 +30,8 @@ class WEBKIT_GPU_EXPORT GrContextForWebGraphicsContext3D {
private:
skia::RefPtr<class GrContext> gr_context_;
+
+ DISALLOW_COPY_AND_ASSIGN(GrContextForWebGraphicsContext3D);
};
} // namespace gpu
« no previous file with comments | « webkit/gpu/context_provider_in_process.cc ('k') | webkit/gpu/test_context_provider_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698