aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTargetCaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrDrawTargetCaps.h')
-rw-r--r--src/gpu/GrDrawTargetCaps.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gpu/GrDrawTargetCaps.h b/src/gpu/GrDrawTargetCaps.h
index f6a6dc8a59..e597e099c9 100644
--- a/src/gpu/GrDrawTargetCaps.h
+++ b/src/gpu/GrDrawTargetCaps.h
@@ -5,13 +5,13 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-
-#include "SkRefCnt.h"
-#include "GrTypes.h"
-
#ifndef GrDrawTargetCaps_DEFINED
#define GrDrawTargetCaps_DEFINED
+#include "GrTypes.h"
+#include "SkRefCnt.h"
+#include "SkString.h"
+
/**
* Represents the draw target capabilities.
*/
@@ -24,7 +24,7 @@ public:
GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);
virtual void reset();
- virtual void print() const;
+ virtual SkString dump() const;
bool eightBitPaletteSupport() const { return f8BitPaletteSupport; }
bool npotTextureTileSupport() const { return fNPOTTextureTileSupport; }