add metadata to Click for views
git-svn-id: http://skia.googlecode.com/svn/trunk@6963 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
2606c5dfbf
commit
e78dd4b529
@ -15,6 +15,7 @@
|
||||
#include "SkDOM.h"
|
||||
#include "SkTDict.h"
|
||||
#include "SkMatrix.h"
|
||||
#include "SkMetaData.h"
|
||||
|
||||
class SkCanvas;
|
||||
class SkLayerView;
|
||||
@ -155,6 +156,8 @@ public:
|
||||
SkIPoint fIOrig, fIPrev, fICurr;
|
||||
State fState;
|
||||
void* fOwner;
|
||||
|
||||
SkMetaData fMeta;
|
||||
private:
|
||||
SkEventSinkID fTargetID;
|
||||
char* fType;
|
||||
|
Loading…
Reference in New Issue
Block a user