| Index: Source/platform/graphics/GraphicsContextTest.cpp
|
| diff --git a/Source/platform/graphics/GraphicsContextTest.cpp b/Source/platform/graphics/GraphicsContextTest.cpp
|
| index 414fce61ad5643acedcf835a339de138402b40bb..ec6ca6d1cc97d3b8ad3d233fc47bf7e672df05a3 100644
|
| --- a/Source/platform/graphics/GraphicsContextTest.cpp
|
| +++ b/Source/platform/graphics/GraphicsContextTest.cpp
|
| @@ -23,7 +23,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "platform/graphics/GraphicsContext.h"
|
|
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| @@ -36,12 +35,9 @@
|
| #include "third_party/skia/include/effects/SkBlurDrawLooper.h"
|
| #include "third_party/skia/include/effects/SkBlurImageFilter.h"
|
| #include "third_party/skia/include/effects/SkBlurMaskFilter.h"
|
| -
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| -namespace {
|
| +namespace blink {
|
|
|
| #define EXPECT_EQ_RECT(a, b) \
|
| EXPECT_EQ(a.x(), b.x()); \
|
| @@ -283,4 +279,4 @@ TEST(GraphicsContextTest, RecordingCanvas)
|
| context->endRecording();
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|