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

Unified Diff: gpu/command_buffer/service/gl_stream_texture_image.h

Issue 2559523002: Send overlay promotion hints from to GLStreamTextureImage. (Closed)
Patch Set: reverted media Created 4 years 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: gpu/command_buffer/service/gl_stream_texture_image.h
diff --git a/gpu/command_buffer/service/gl_stream_texture_image.h b/gpu/command_buffer/service/gl_stream_texture_image.h
index daaa158ed02925664c1e6c17fd75e157e848bf9e..5ab4f751601511ba4e94f281d3484db0714bf4cf 100644
--- a/gpu/command_buffer/service/gl_stream_texture_image.h
+++ b/gpu/command_buffer/service/gl_stream_texture_image.h
@@ -25,6 +25,10 @@ class GPU_EXPORT GLStreamTextureImage : public gl::GLImage {
void Flush() override {}
+ virtual void NotifyPromotionHint(bool promotion_hint,
+ int display_x,
+ int display_y) {}
+
protected:
~GLStreamTextureImage() override {}

Powered by Google App Engine
This is Rietveld 408576698