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:
mike@reedtribe.org 2013-01-02 04:10:33 +00:00
parent 2606c5dfbf
commit e78dd4b529

View File

@ -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;