From b2d93a91222dac2edb3c19128fd58fa2e74272aa Mon Sep 17 00:00:00 2001 From: "mike@reedtribe.org" Date: Thu, 13 Feb 2014 15:11:11 +0000 Subject: add peekPixels to SkCanvas and SkSurface clone of https://codereview.chromium.org/159723006/ Review URL: https://codereview.chromium.org/161733002 git-svn-id: http://skia.googlecode.com/svn/trunk@13427 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/gm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gm/gm.h') diff --git a/gm/gm.h b/gm/gm.h index 4da688c7ff..372b781d78 100644 --- a/gm/gm.h +++ b/gm/gm.h @@ -1,15 +1,14 @@ - /* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ + #ifndef skiagm_DEFINED #define skiagm_DEFINED #include "SkBitmap.h" -#include "SkBitmapDevice.h" #include "SkCanvas.h" #include "SkPaint.h" #include "SkSize.h" -- cgit v1.2.3