diff options
| author | 2010-10-04 20:04:42 -0700 | |
|---|---|---|
| committer | 2010-10-04 20:04:42 -0700 | |
| commit | 19058877df9bf94f197a72855f810f7f6bf8d068 (patch) | |
| tree | f88763bcad2b9d97f19538bb0a4f40e83c4f8a8a /services/surfaceflinger/LayerBase.h | |
| parent | b9aacfdfb014cc0299f7999d2a8940cd60a4cc59 (diff) | |
| parent | 597c7f67b5f2491c6098a1de241a3f0fd274688a (diff) | |
Merge "refactored screenshot code" into gingerbread
Diffstat (limited to 'services/surfaceflinger/LayerBase.h')
| -rw-r--r-- | services/surfaceflinger/LayerBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/LayerBase.h b/services/surfaceflinger/LayerBase.h index 8cba287f8eb2..d688f6523d7a 100644 --- a/services/surfaceflinger/LayerBase.h +++ b/services/surfaceflinger/LayerBase.h @@ -115,6 +115,7 @@ public: * to perform the actual drawing. */ virtual void draw(const Region& clip) const; + virtual void drawForSreenShot() const; /** * onDraw - draws the surface. |