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

Unified Diff: Source/Platform/chromium/public/WebGraphicsContext3D.h

Issue 13461027: Add flag to use virtual contexts to WebGraphicsContext3D::Attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/public/WebGraphicsContext3D.h
diff --git a/Source/Platform/chromium/public/WebGraphicsContext3D.h b/Source/Platform/chromium/public/WebGraphicsContext3D.h
index f515c2762d17897368685ecc51a5d96423d0b314..6f9f262fc8e80e58983174608882dd665cf19950 100644
--- a/Source/Platform/chromium/public/WebGraphicsContext3D.h
+++ b/Source/Platform/chromium/public/WebGraphicsContext3D.h
@@ -94,6 +94,7 @@ public:
, shareResources(true)
, preferDiscreteGPU(false)
, noAutomaticFlushes(false)
+ , useVirtualContext(false)
{
}
@@ -107,6 +108,7 @@ public:
bool shareResources;
bool preferDiscreteGPU;
bool noAutomaticFlushes;
+ bool useVirtualContext;
// FIXME: ideally this would be a WebURL, but it is currently not
// possible to pass a WebURL by value across the WebKit API boundary.
// See https://bugs.webkit.org/show_bug.cgi?id=103793#c13 .
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698