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

Unified Diff: sky/engine/platform/graphics/gpu/DrawingBufferTest.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
Index: sky/engine/platform/graphics/gpu/DrawingBufferTest.cpp
diff --git a/sky/engine/platform/graphics/gpu/DrawingBufferTest.cpp b/sky/engine/platform/graphics/gpu/DrawingBufferTest.cpp
index acd2cdc5f8525d84e02040203e6ca6d7dc768431..bc9794b90e57703900ede7e32858504a8b22600f 100644
--- a/sky/engine/platform/graphics/gpu/DrawingBufferTest.cpp
+++ b/sky/engine/platform/graphics/gpu/DrawingBufferTest.cpp
@@ -28,18 +28,18 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
+#include "sky/engine/config.h"
-#include "platform/graphics/gpu/DrawingBuffer.h"
+#include "sky/engine/platform/graphics/gpu/DrawingBuffer.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/graphics/ImageBuffer.h"
-#include "platform/graphics/UnacceleratedImageBufferSurface.h"
-#include "platform/graphics/gpu/Extensions3DUtil.h"
-#include "platform/graphics/test/MockWebGraphicsContext3D.h"
-#include "public/platform/Platform.h"
-#include "public/platform/WebExternalTextureMailbox.h"
-#include "wtf/RefPtr.h"
+#include "sky/engine/platform/graphics/ImageBuffer.h"
+#include "sky/engine/platform/graphics/UnacceleratedImageBufferSurface.h"
+#include "sky/engine/platform/graphics/gpu/Extensions3DUtil.h"
+#include "sky/engine/platform/graphics/test/MockWebGraphicsContext3D.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/public/platform/WebExternalTextureMailbox.h"
+#include "sky/engine/wtf/RefPtr.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
« no previous file with comments | « sky/engine/platform/graphics/gpu/DrawingBuffer.cpp ('k') | sky/engine/platform/graphics/gpu/Extensions3DUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698