| Index: third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| index 4b2bad05261890b1b773348822e6a6fc21a8d516..763ae95727ce4693492ec5fac599b984e59fd84f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -52,10 +52,10 @@
|
| #include "platform/graphics/PictureSnapshot.h"
|
| #include "platform/image-encoders/PNGImageEncoder.h"
|
| #include "platform/transforms/TransformationMatrix.h"
|
| +#include "platform/wtf/text/Base64.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| #include "public/platform/WebFloatPoint.h"
|
| #include "public/platform/WebLayer.h"
|
| -#include "wtf/text/Base64.h"
|
| -#include "wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|