Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcba459a authored by rock.lin's avatar rock.lin Committed by Harshit Agarwal
Browse files

Synchronize codes for Oneplus Nord OxygenOS 10.5.5

Ignore chrome rendering identification

Change-Id: I9df548bc2779ee81852759ae829b2d68fc3b6c43
parent 40e0ed4c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -103,7 +103,8 @@ static inline void im_tagging(struct task_struct *task, int idx)
			task->im_flag |= IM_RENDER;
			break;
		case IM_ID_CRENDER:
			task->im_flag |= IM_CRENDER;
			/*mark this to save power for DOU test*/
			//task->im_flag |= IM_CRENDER;
			break;
		}
	}