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

Unified Diff: cc/output/copy_output_result.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/copy_output_request.h ('k') | cc/output/delegated_frame_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/copy_output_result.h
diff --git a/cc/output/copy_output_result.h b/cc/output/copy_output_result.h
index 3662818ef4118a5c573156b58b6b6673ee8ccf46..7d4a5bbbbd3a445f99c53ba6cd35079ef89968e8 100644
--- a/cc/output/copy_output_result.h
+++ b/cc/output/copy_output_result.h
@@ -6,7 +6,6 @@
#define CC_OUTPUT_COPY_OUTPUT_RESULT_H_
#include "base/memory/scoped_ptr.h"
-#include "cc/base/cc_export.h"
#include "cc/resources/single_release_callback.h"
#include "cc/resources/texture_mailbox.h"
#include "ui/gfx/geometry/size.h"
@@ -16,7 +15,7 @@ class SkBitmap;
namespace cc {
class TextureMailbox;
-class CC_EXPORT CopyOutputResult {
+class CopyOutputResult {
public:
static scoped_ptr<CopyOutputResult> CreateEmptyResult() {
return make_scoped_ptr(new CopyOutputResult);
« no previous file with comments | « cc/output/copy_output_request.h ('k') | cc/output/delegated_frame_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698