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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.h

Issue 2797543002: Fix unreliable MediaStream capture from WebGL canvases (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
index 3acb5ed362c4c8cad0c8dd29f67bfdf6a3fb0109..4e8b7732df44bcd3e18e51a735671e4c7ae1fd2a 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
@@ -321,6 +321,7 @@ class CORE_EXPORT HTMLCanvasElement final
int m_numFramesSinceLastRenderingModeSwitch;
bool m_pendingRenderingModeSwitch;
+ bool m_didNotifyListenersForCurrentFrame = false;
};
} // namespace blink
« no previous file with comments | « content/test/data/media/canvas_capture_color.html ('k') | third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698