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

Unified Diff: cc/quads/stream_video_draw_quad.h

Issue 2101543002: Implement StreamVideoDrawQuad StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/ipc/struct_traits_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quads/stream_video_draw_quad.h
diff --git a/cc/quads/stream_video_draw_quad.h b/cc/quads/stream_video_draw_quad.h
index 8137edb2b4eac5e989cede3c17f8d3d78e9a5665..68f3bffd87c8723158977816ec52614e82058930 100644
--- a/cc/quads/stream_video_draw_quad.h
+++ b/cc/quads/stream_video_draw_quad.h
@@ -17,6 +17,8 @@ namespace cc {
class CC_EXPORT StreamVideoDrawQuad : public DrawQuad {
public:
+ static const size_t kResourceIdIndex = 0;
+
StreamVideoDrawQuad();
void SetNew(const SharedQuadState* shared_quad_state,
@@ -52,8 +54,6 @@ class CC_EXPORT StreamVideoDrawQuad : public DrawQuad {
}
private:
- static const size_t kResourceIdIndex = 0;
-
void ExtendValue(base::trace_event::TracedValue* value) const override;
};
« no previous file with comments | « cc/ipc/struct_traits_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698