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

Unified Diff: cc/output/direct_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/delegating_renderer.h ('k') | cc/output/filter_operation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/direct_renderer.h
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index dd3d13b455fbbb01f823bdad0343e7290124d8c5..e119d28a49b7900f53327b0dda1fcf3766027b5a 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -8,13 +8,11 @@
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/containers/scoped_ptr_hash_map.h"
-#include "cc/base/cc_export.h"
#include "cc/base/scoped_ptr_deque.h"
#include "cc/output/overlay_processor.h"
#include "cc/output/renderer.h"
#include "cc/resources/resource_provider.h"
#include "cc/resources/scoped_resource.h"
-#include "cc/resources/task_graph_runner.h"
#include "ui/gfx/geometry/quad_f.h"
namespace cc {
@@ -25,7 +23,7 @@ class ResourceProvider;
// This is the base class for code shared between the GL and software
// renderer implementations. "Direct" refers to the fact that it does not
// delegate rendering to another compositor.
-class CC_EXPORT DirectRenderer : public Renderer {
+class DirectRenderer : public Renderer {
public:
~DirectRenderer() override;
@@ -38,7 +36,7 @@ class CC_EXPORT DirectRenderer : public Renderer {
const gfx::Rect& device_clip_rect,
bool disable_picture_quad_image_filtering) override;
- struct CC_EXPORT DrawingFrame {
+ struct DrawingFrame {
DrawingFrame();
~DrawingFrame();
« no previous file with comments | « cc/output/delegating_renderer.h ('k') | cc/output/filter_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698