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

Unified Diff: content/common/cc_messages.h

Issue 12340015: [CLOSED] Big patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « content/browser/renderer_host/software_output_device_win.cc ('k') | content/common/cc_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/cc_messages.h
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
index da5e322fc38d1f836f4bb5ad316ab30b33472f2f..4f97bc1cf9093b7d6900040be4a0198bd6bff0f7 100644
--- a/content/common/cc_messages.h
+++ b/content/common/cc_messages.h
@@ -28,10 +28,6 @@
#ifndef CONTENT_COMMON_CC_MESSAGES_H_
#define CONTENT_COMMON_CC_MESSAGES_H_
-namespace cc {
-class CompositorFrame;
-}
-
namespace gfx {
class Transform;
}
@@ -237,3 +233,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData)
IPC_STRUCT_TRAITS_MEMBER(sync_point)
IPC_STRUCT_TRAITS_MEMBER(size)
IPC_STRUCT_TRAITS_END()
+
+IPC_STRUCT_TRAITS_BEGIN(cc::SoftwareFrameData)
+ IPC_STRUCT_TRAITS_MEMBER(damage_rect)
+ IPC_STRUCT_TRAITS_MEMBER(content_dib)
+IPC_STRUCT_TRAITS_END()
« no previous file with comments | « content/browser/renderer_host/software_output_device_win.cc ('k') | content/common/cc_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698