michael@0: michael@0: /* michael@0: * Copyright 2006 The Android Open Source Project michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: michael@0: #include "SkDrawFull.h" michael@0: #include "SkAnimateMaker.h" michael@0: #include "SkCanvas.h" michael@0: michael@0: bool SkFull::draw(SkAnimateMaker& maker) { michael@0: SkBoundableAuto boundable(this, maker); michael@0: maker.fCanvas->drawPaint(*maker.fPaint); michael@0: return false; michael@0: }