diff options
author | Mathias Agopian <mathias@google.com> | 2012-07-31 23:09:07 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-08-02 22:24:12 -0700 |
commit | 0f2f5ff75b7b48ceb64270655ee6b62d09bf4d00 (patch) | |
tree | e0fa6e3e29618def2e75ee2cc289c848ddabcd09 /services/surfaceflinger/Layer.h | |
parent | be246f86bd6378a5110e81e9d9068ab03c3b077e (diff) | |
download | frameworks_native-0f2f5ff75b7b48ceb64270655ee6b62d09bf4d00.zip frameworks_native-0f2f5ff75b7b48ceb64270655ee6b62d09bf4d00.tar.gz frameworks_native-0f2f5ff75b7b48ceb64270655ee6b62d09bf4d00.tar.bz2 |
rename DisplayHardware to DisplayDevice
Change-Id: I3f7250cd914e0da4f9ec2c9403587bbe12f3cc62
Diffstat (limited to 'services/surfaceflinger/Layer.h')
-rw-r--r-- | services/surfaceflinger/Layer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/surfaceflinger/Layer.h b/services/surfaceflinger/Layer.h index 239250d..22a441d 100644 --- a/services/surfaceflinger/Layer.h +++ b/services/surfaceflinger/Layer.h @@ -64,12 +64,12 @@ public: bool isFixedSize() const; // LayerBase interface - virtual void setGeometry(const DisplayHardware& hw, + virtual void setGeometry(const DisplayDevice& hw, HWComposer::HWCLayerInterface& layer); virtual void setPerFrameData(HWComposer::HWCLayerInterface& layer); virtual void setAcquireFence(HWComposer::HWCLayerInterface& layer); - virtual void onDraw(const DisplayHardware& hw, const Region& clip) const; + virtual void onDraw(const DisplayDevice& hw, const Region& clip) const; virtual uint32_t doTransaction(uint32_t transactionFlags); virtual Region latchBuffer(bool& recomputeVisibleRegions); virtual bool isOpaque() const; |