aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SkV8Example/SkV8Example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/SkV8Example/SkV8Example.cpp')
-rw-r--r--experimental/SkV8Example/SkV8Example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/SkV8Example/SkV8Example.cpp b/experimental/SkV8Example/SkV8Example.cpp
index fe205d740d..bb448bad15 100644
--- a/experimental/SkV8Example/SkV8Example.cpp
+++ b/experimental/SkV8Example/SkV8Example.cpp
@@ -74,7 +74,7 @@ void SkV8ExampleWindow::windowSizeChanged() {
if (FLAGS_gpu) {
SkOSWindow::AttachmentInfo attachmentInfo;
bool result = this->attach(
- SkOSWindow::kNativeGL_BackEndType, 0, &attachmentInfo);
+ SkOSWindow::kNativeGL_BackEndType, 0, false, &attachmentInfo);
if (!result) {
printf("Failed to attach.");
exit(1);