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

Unified Diff: cc/output/renderer.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/render_surface_filters.h ('k') | cc/output/renderer_capabilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.h
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index b775285bfb34e5a2917eb43d2bb937164c3144bf..7d1097caaad4c47fb322605c35adbce4dc0d57a4 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -6,7 +6,6 @@
#define CC_OUTPUT_RENDERER_H_
#include "base/basictypes.h"
-#include "cc/base/cc_export.h"
#include "cc/base/scoped_ptr_vector.h"
#include "cc/output/renderer_capabilities.h"
#include "cc/output/renderer_settings.h"
@@ -43,12 +42,12 @@ struct RendererCapabilitiesImpl {
RendererCapabilities MainThreadCapabilities() const;
};
-class CC_EXPORT RendererClient {
+class RendererClient {
public:
virtual void SetFullRootLayerDamage() = 0;
};
-class CC_EXPORT Renderer {
+class Renderer {
public:
virtual ~Renderer() {}
« no previous file with comments | « cc/output/render_surface_filters.h ('k') | cc/output/renderer_capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698