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

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: Rebase Created 6 years, 10 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 | « cc/cc.gyp ('k') | cc/output/direct_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/compositor_frame_metadata.h
diff --git a/cc/output/compositor_frame_metadata.h b/cc/output/compositor_frame_metadata.h
index 54c3ce61a0fae5e8c0dab07b5c30d5e2a9ad31c1..c6c2ae0110ad0df9c3baf716bc9afcf543208590 100644
--- a/cc/output/compositor_frame_metadata.h
+++ b/cc/output/compositor_frame_metadata.h
@@ -10,6 +10,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 {
@@ -41,6 +42,8 @@ class CC_EXPORT CompositorFrameMetadata {
float overdraw_bottom_height;
std::vector<ui::LatencyInfo> latency_info;
+ gfx::Rect overlay_position;
+ unsigned overlay_texture_id_;
};
} // namespace cc
« no previous file with comments | « cc/cc.gyp ('k') | cc/output/direct_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698