Commit 050b11a6 authored by torne@chromium.org's avatar torne@chromium.org

Fully qualify includes in skia ext/ code.

Use full pathnames to refer to skia includes in
skia/ext/lazy_pixel_ref_utils.cc to match all the other code in
skia/ext.

BUG=

Review URL: https://chromiumcodereview.appspot.com/22407002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215909 0039d316-1c4b-4281-b951-d872f2087c98
parent ffde53be
......@@ -2,19 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "lazy_pixel_ref_utils.h"
#include "SkCanvas.h"
#include "SkData.h"
#include "SkDevice.h"
#include "SkDraw.h"
#include "SkPixelRef.h"
#include "SkRRect.h"
#include "SkRasterClip.h"
#include "SkRect.h"
#include "SkShader.h"
#include "lazy_pixel_ref.h"
#include "skia/ext/lazy_pixel_ref_utils.h"
#include "skia/ext/lazy_pixel_ref.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/core/SkData.h"
#include "third_party/skia/include/core/SkDevice.h"
#include "third_party/skia/include/core/SkDraw.h"
#include "third_party/skia/include/core/SkPixelRef.h"
#include "third_party/skia/include/core/SkRRect.h"
#include "third_party/skia/include/core/SkRect.h"
#include "third_party/skia/include/core/SkShader.h"
#include "third_party/skia/src/core/SkRasterClip.h"
namespace skia {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment