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

Unified Diff: content/common/gpu/client/gl_helper.h

Issue 11485006: Add window manager component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Push gfx::AcceleratedWidget usage into platform specific code. 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 | « content/browser/renderer_host/image_transport_factory.h ('k') | wm/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/client/gl_helper.h
diff --git a/content/common/gpu/client/gl_helper.h b/content/common/gpu/client/gl_helper.h
index 40e25ebe716b955c99507f0e373fa02d24ea7a61..171a27fe3cb3723dd1aebfcae761cc5cb28aa6da 100644
--- a/content/common/gpu/client/gl_helper.h
+++ b/content/common/gpu/client/gl_helper.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
+#include "content/common/content_export.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
namespace gfx {
@@ -22,7 +23,7 @@ namespace content {
// Provides higher level operations on top of the WebKit::WebGraphicsContext3D
// interfaces.
-class GLHelper {
+class CONTENT_EXPORT GLHelper {
public:
GLHelper(WebKit::WebGraphicsContext3D* context,
WebKit::WebGraphicsContext3D* context_for_thread);
« no previous file with comments | « content/browser/renderer_host/image_transport_factory.h ('k') | wm/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698