summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webgles2context_impl.h
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 21:15:16 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 21:15:16 +0000
commit397189ee96ffd74d8edd01c2dcfa5708981948cd (patch)
tree365344968ea48a6fa7eb5217db15f769c32e3b16 /chrome/renderer/webgles2context_impl.h
parent0007f1434eafa4e955ff916d50a7a39fd850d435 (diff)
downloadchromium_src-397189ee96ffd74d8edd01c2dcfa5708981948cd.zip
chromium_src-397189ee96ffd74d8edd01c2dcfa5708981948cd.tar.gz
chromium_src-397189ee96ffd74d8edd01c2dcfa5708981948cd.tar.bz2
Fix compile (add include of WebSize to webgles2context_impl.h)
TBR=kbr TEST=compile BUG=none Review URL: http://codereview.chromium.org/2895003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/webgles2context_impl.h')
-rw-r--r--chrome/renderer/webgles2context_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/renderer/webgles2context_impl.h b/chrome/renderer/webgles2context_impl.h
index b4ff989..8b2eaf8 100644
--- a/chrome/renderer/webgles2context_impl.h
+++ b/chrome/renderer/webgles2context_impl.h
@@ -9,6 +9,7 @@
#include "chrome/renderer/ggl/ggl.h"
#include "third_party/WebKit/WebKit/chromium/public/WebGLES2Context.h"
+#include "third_party/WebKit/WebKit/chromium/public/WebSize.h"
class WebGLES2ContextImpl : public WebKit::WebGLES2Context {
public: