| Index: third_party/WebKit/Source/core/paint/ScopeRecorder.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ScopeRecorder.cpp b/third_party/WebKit/Source/core/paint/ScopeRecorder.cpp
|
| deleted file mode 100644
|
| index ab097e38ede1e2fded5248b9a25e462f481d4d5a..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/paint/ScopeRecorder.cpp
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "core/paint/ScopeRecorder.h"
|
| -
|
| -#include "platform/graphics/GraphicsContext.h"
|
| -#include "platform/graphics/paint/PaintController.h"
|
| -
|
| -namespace blink {
|
| -
|
| -ScopeRecorder::ScopeRecorder(GraphicsContext& context)
|
| - : m_paintController(context.getPaintController())
|
| -{
|
| - m_paintController.beginScope();
|
| -}
|
| -
|
| -ScopeRecorder::~ScopeRecorder()
|
| -{
|
| - m_paintController.endScope();
|
| -}
|
| -
|
| -} // namespace blink
|
|
|