Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(656)

Side by Side Diff: debugger/QT/SkRasterWidget.h

Issue 22978012: Split SkDevice into SkBaseDevice and SkBitmapDevice (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Updating to ToT (10994) Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « bench/benchmain.cpp ('k') | debugger/QT/SkRasterWidget.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * SkRasterWidget.h 2 * SkRasterWidget.h
3 * 3 *
4 * Created on: Jul 28, 2012 4 * Created on: Jul 28, 2012
5 * Author: chudy 5 * Author: chudy
6 */ 6 */
7 7
8 8
9 #ifndef SKRASTERWIDGET_H_ 9 #ifndef SKRASTERWIDGET_H_
10 #define SKRASTERWIDGET_H_ 10 #define SKRASTERWIDGET_H_
(...skipping 26 matching lines...) Expand all
37 37
38 protected: 38 protected:
39 void paintEvent(QPaintEvent* event); 39 void paintEvent(QPaintEvent* event);
40 40
41 void resizeEvent(QResizeEvent* event); 41 void resizeEvent(QResizeEvent* event);
42 42
43 private: 43 private:
44 SkBitmap fBitmap; 44 SkBitmap fBitmap;
45 SkDebugger* fDebugger; 45 SkDebugger* fDebugger;
46 SkCanvas* fCanvas; 46 SkCanvas* fCanvas;
47 SkDevice* fDevice; 47 SkBaseDevice* fDevice;
48 }; 48 };
49 49
50 #endif /* SKRASTERWIDGET_H_ */ 50 #endif /* SKRASTERWIDGET_H_ */
OLDNEW
« no previous file with comments | « bench/benchmain.cpp ('k') | debugger/QT/SkRasterWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698