You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
replace SkArea with GskCanvas
This reduces RAM usage, as we no longer need to have separate graphics buffers for all Views with custom onDraw() method
This commit is contained in:
@@ -10,7 +10,6 @@ struct _WrapperWidget
|
||||
{
|
||||
GtkWidget parent_instance;
|
||||
GtkWidget *child;
|
||||
GtkWidget *sk_area;
|
||||
GtkWidget *background;
|
||||
JavaVM *jvm;
|
||||
jobject jobj;
|
||||
|
||||
Reference in New Issue
Block a user