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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h

Issue 1947763002: Early terminate WebGL markContextChanged calls when appropriate. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
index 4d1e7bed0b4aca88899abb49ee5e8d63e603672b..b0a572790e96d30e0a58aa8f89e0d5fa1350639a 100644
--- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
+++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
@@ -153,7 +153,7 @@ public:
bool discardFramebufferSupported() const { return m_discardFramebufferSupported; }
- void markContentsChanged();
+ bool markContentsChanged();
Ken Russell (switch to Gerrit) 2016/05/16 19:05:24 Please document the return value.
void setBufferClearNeeded(bool);
bool bufferClearNeeded() const;
void setIsHidden(bool);

Powered by Google App Engine
This is Rietveld 408576698