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

Unified Diff: cc/layers/paint_properties.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/layers/nine_patch_layer_unittest.cc ('k') | cc/layers/painted_scrollbar_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/paint_properties.h
diff --git a/cc/layers/paint_properties.h b/cc/layers/paint_properties.h
deleted file mode 100644
index b57f90f312790016b2a3c5dca2a33de5b8cde0e2..0000000000000000000000000000000000000000
--- a/cc/layers/paint_properties.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CC_LAYERS_PAINT_PROPERTIES_H_
-#define CC_LAYERS_PAINT_PROPERTIES_H_
-
-#include "ui/gfx/geometry/size.h"
-
-namespace cc {
-
-// Container for properties that layers need to save before they can be paint.
-struct CC_EXPORT PaintProperties {
- PaintProperties() : source_frame_number(-1) {}
-
- gfx::Size bounds;
-
- int source_frame_number;
-};
-
-} // namespace cc
-
-#endif // CC_LAYERS_PAINT_PROPERTIES_H_
« no previous file with comments | « cc/layers/nine_patch_layer_unittest.cc ('k') | cc/layers/painted_scrollbar_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698