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

Unified Diff: cc/layer_quad.cc

Issue 11225040: cc: Remove CC*.h temporary includes, part 5/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 2 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/layer_iterator_unittest.cc ('k') | cc/layer_quad_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_quad.cc
diff --git a/cc/layer_quad.cc b/cc/layer_quad.cc
index c7cc42c0ac9af59d0073b092f51fe949773a27e3..e2ce6d28aad5905cfce5b94af7d44bc18841a035 100644
--- a/cc/layer_quad.cc
+++ b/cc/layer_quad.cc
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
#include "config.h"
-#include "CCLayerQuad.h"
+#include "cc/layer_quad.h"
#include "base/logging.h"
@@ -69,4 +68,4 @@ void CCLayerQuad::toFloatArray(float flattened[12]) const
flattened[11] = m_bottom.z();
}
-} // namespace cc
+} // namespace cc
« no previous file with comments | « cc/layer_iterator_unittest.cc ('k') | cc/layer_quad_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698