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

Side by Side Diff: Source/platform/graphics/Canvas2DLayerBridgeTest.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 22 matching lines...) Expand all
33 #include "public/platform/Platform.h" 33 #include "public/platform/Platform.h"
34 #include "public/platform/WebExternalBitmap.h" 34 #include "public/platform/WebExternalBitmap.h"
35 #include "public/platform/WebGraphicsContext3DProvider.h" 35 #include "public/platform/WebGraphicsContext3DProvider.h"
36 #include "public/platform/WebThread.h" 36 #include "public/platform/WebThread.h"
37 #include "third_party/skia/include/core/SkDevice.h" 37 #include "third_party/skia/include/core/SkDevice.h"
38 #include "wtf/RefPtr.h" 38 #include "wtf/RefPtr.h"
39 39
40 #include <gmock/gmock.h> 40 #include <gmock/gmock.h>
41 #include <gtest/gtest.h> 41 #include <gtest/gtest.h>
42 42
43 using namespace WebCore; 43 using namespace blink;
44 using namespace blink; 44 using namespace blink;
45 using testing::InSequence; 45 using testing::InSequence;
46 using testing::Return; 46 using testing::Return;
47 using testing::Test; 47 using testing::Test;
48 48
49 namespace { 49 namespace {
50 50
51 class MockCanvasContext : public MockWebGraphicsContext3D { 51 class MockCanvasContext : public MockWebGraphicsContext3D {
52 public: 52 public:
53 MOCK_METHOD0(flush, void(void)); 53 MOCK_METHOD0(flush, void(void));
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 { 157 {
158 fullLifecycleTest(); 158 fullLifecycleTest();
159 } 159 }
160 160
161 TEST_F(Canvas2DLayerBridgeTest, prepareMailboxWithBitmapTest) 161 TEST_F(Canvas2DLayerBridgeTest, prepareMailboxWithBitmapTest)
162 { 162 {
163 prepareMailboxWithBitmapTest(); 163 prepareMailboxWithBitmapTest();
164 } 164 }
165 165
166 } // namespace 166 } // namespace
OLDNEW
« no previous file with comments | « Source/platform/graphics/Canvas2DLayerBridge.cpp ('k') | Source/platform/graphics/Canvas2DLayerManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698