summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.h')
-rw-r--r--WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.h b/WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.h
index cf5f5b4..a4c5b4b 100644
--- a/WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.h
+++ b/WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.h
@@ -68,6 +68,8 @@ public:
virtual int sizeInBytes(int type);
virtual bool isGLES2Compliant();
+ virtual bool isGLES2NPOTStrict();
+ virtual bool isErrorGeneratedOnOutOfBoundsAccesses();
virtual void reshape(int width, int height);