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

Unified Diff: cc/output/compositor_frame_metadata.h

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: cc/output/compositor_frame_metadata.h
diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
index c084151643b9b717db1f7192e176dbf1bb7b2e39..7d0c6e4fe93fbee0de94949bde6d396900c2213f 100644
--- a/cc/output/compositor_frame_metadata.h
+++ b/cc/output/compositor_frame_metadata.h
@@ -8,6 +8,7 @@
#include "cc/base/cc_export.h"
#include "ui/events/latency_info.h"
#include "ui/gfx/size_f.h"
+#include "ui/gfx/rect.h"
#include "ui/gfx/vector2d_f.h"
namespace cc {
@@ -38,6 +39,9 @@ class CC_EXPORT CompositorFrameMetadata {
gfx::Vector2dF location_bar_content_translation;
float overdraw_bottom_height;
+ gfx::Rect overlay_position;
+ unsigned overlay_texture_id_;
+
ui::LatencyInfo latency_info;
};
« no previous file with comments | « cc/cc.gyp ('k') | cc/output/direct_renderer.h » ('j') | cc/output/overlay_renderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698