Flutter Engine
The Flutter Engine
|
The fields of this struct must only accessed on the UI task runner. More...
#include <volatile_path_tracker.h>
Public Attributes | |
bool | tracking_volatility = false |
int | frame_count = 0 |
SkPath | path |
The fields of this struct must only accessed on the UI task runner.
Definition at line 39 of file volatile_path_tracker.h.
int flutter::VolatilePathTracker::TrackedPath::frame_count = 0 |
Definition at line 41 of file volatile_path_tracker.h.
SkPath flutter::VolatilePathTracker::TrackedPath::path |
Definition at line 42 of file volatile_path_tracker.h.
bool flutter::VolatilePathTracker::TrackedPath::tracking_volatility = false |
Definition at line 40 of file volatile_path_tracker.h.