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

Unified Diff: cc/output/compositor_frame_ack.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « cc/output/compositor_frame.h ('k') | cc/output/compositor_frame_metadata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/compositor_frame_ack.h
diff --git a/cc/output/compositor_frame_ack.h b/cc/output/compositor_frame_ack.h
index 943a206e391f366468397f64817da3b7e06aad5d..4fedc278a03a9a2fb89652628add229d60618234 100644
--- a/cc/output/compositor_frame_ack.h
+++ b/cc/output/compositor_frame_ack.h
@@ -6,13 +6,12 @@
#define CC_OUTPUT_COMPOSITOR_FRAME_ACK_H_
#include "base/memory/scoped_ptr.h"
-#include "cc/base/cc_export.h"
#include "cc/output/gl_frame_data.h"
#include "cc/resources/returned_resource.h"
namespace cc {
-class CC_EXPORT CompositorFrameAck {
+class CompositorFrameAck {
public:
CompositorFrameAck();
~CompositorFrameAck();
« no previous file with comments | « cc/output/compositor_frame.h ('k') | cc/output/compositor_frame_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698