Searched defs:IdentityTransformOperation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DIdentityTransformOperation.h32 class IdentityTransformOperation : public TransformOperation { class in namespace:WebCore
34 static PassRefPtr<IdentityTransformOperation> create()
36 return adoptRef(new IdentityTransformOperation());
59 IdentityTransformOperation() function in class:WebCore::IdentityTransformOperation

Completed in 110 milliseconds